home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LEOWINMV / TIMELINE.DIR / 00022_Script_22 < prev    next >
Text File  |  1996-03-31  |  289b  |  9 lines

  1. on setcastprops firstcast, lastcast
  2.   repeat with c = firstcast to lastcast
  3.     set the textfont of field c = "Palatino"
  4.     set the textstyle of field c = "bold"
  5.     set the forecolor of line 1 of field c = 239
  6.     set the name of cast c = "L"&word 1 of field c
  7.   end repeat
  8. end 
  9.